home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetFontList.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetFontList__
- #define __PGetFontList__
-
- #include "PListQuery.h"
-
- class PGetFontList : public PListQuery
- {
-
- public:
-
- PGetFontList();
-
- const char * sFontName;
- short nFontID;
- PMBool bInstalled;
- PMBool bUsedInPub;
-
- private:
-
- virtual void Scan();
-
- };
-
- #endif
-
- // end of PGetFontList.h
-